extract vt. 1.(用力)拔出,抽出。 2.分离出,提取,蒸馏出,榨出。 3.摘出(要点),引用。 4.推断出。 5.【数学】开(方),求(根)。 6.【军事】退(弹)。 extract a tooth 拔牙。 I could extract no information from him. 我从他那里一点儿消息也打听不出来。 extract the root 开方,求根。 n. 1.抽出物;提出物,蒸馏品,精华,汁;【药学】浸膏。 2.拔萃;摘录,摘记,抄。 extract of beef =beef extract 牛肉汁。 extract of roses 玫瑰精。 make extracts 精选,摘要。 -able, -ible adj.
class n. 1.阶级;社会等级。 2.学级;班级,年级,级,班;组;(有组织的)讲习班;〔美国〕同年毕业班;【军事】同年入伍士兵。 3.(高低、优劣的)等级;类别。 4.〔英大学〕(荣誉考试)优等;〔俚语〕高级,优秀;漂亮,优雅。 5.【生物学】(分类学的)纲;【矿物】晶族。 6.(一节)课。 the working class工人阶级。 No class today. 今天没课。 C- is over. 下课。 boycott classes 罢课。 the first [second] class头[二]等。 high [low] class高[低]级。 There's a good deal of class about him. 他有很多优点。 He is not class enough. 他没有什么了不起。 at the top of one's class 出类拔萃;居首要位置。 be no class 〔俚语〕不足道;无价值。 class of the field 〔美国〕比赛的优胜候补人。 get a class=obtain a class. in a class by itself 特好,出众。 in class在上课中。 in the same class 〔美国〕同一类型的,同等的。 no class 〔俚语〕等外的,极坏的,蹩脚的〔用作表语〕。 not in the same class with 不能同…相比,无法和…相提并论,比不上…。 obtain a class=take a class 毕业考试得优等。 take a class at (Oxford) 在(牛津大学)进荣誉班。 take a class of (beginners) 担任(初级)班(的教师)。 take classes in (history) 听(历史)课,选修(历史)课程。 the classes 上层社会;知识阶级。 the classes and masses 各阶级和各阶层。 vt. 把…分类,把…分等[分级];给…定等级,把…分组。 vi. 属于…类[等、级、组]。 adj. -able 可分类[等级]的。 adj. -less 无阶级的。
Gets or sets a value indicating whether the extracted class name exists inside a block of conditionally compiled code 获取或设置一个值,该值指示提取的类名是否存在于条件编译代码块中。
Third , refactoring for the design and programming disfigurements which exists in the software prototype everywhere . in this thesis i will list some big granulated refactoring : extract class , inline class , move method , collapse hierarchy to remove unnecessary hierarchy , and introduce parameter object to remove long parameter list . by using pattern and refactoring , the original software prototype has been obtained the basic characteristics of framework 第三,对软件原型中无处不在的设计和编程缺陷进行重构,这里主要列出的是一些粒度较大的重构:提炼类,内联类,搬移函数,折叠继承体系去除不必要的继承,引入参数对象去除过长参数列。
百科解释
In Software engineering, the Extract class refactoring is applied when a class becomes overweight with too many methods and its purpose becomes unclear. It involves creating a new class and moving methods and/or data to the new class.